.builders/data/cmdlets/misc.json in cmdlet-0.12.2 vs .builders/data/cmdlets/misc.json in cmdlet-0.12.3

- old
+ new

@@ -25,9 +25,35 @@ ], "ruby": " value = '' if value.nil?\n value\n" }, { + "name": "omit", + "aliases": [ + "ignore", + "comment_out" + ], + "description": "this content will not get written out, useful for commenting out code", + "result": "empty stting", + "category": "misc", + "category_description": "Miscellaneous cmdlets", + "base_class_require": null, + "base_class": null, + "parameters": [ + { + "name": "value", + "description": "value to omit", + "splat": null, + "default": null, + "param_type": "String|Int" + } + ], + "examples": [ + + ], + "ruby": " ''\n" + }, + { "name": "format_json", "aliases": [ ], "description": "FormatJson will take an object and write it out as pretty JSON", \ No newline at end of file