module
Noir::CLI::ListCommand
Overview
noir list <techs|taggers|formats>
Static built-in catalogs. These will never grow update-style verbs,
so they live under a shared list namespace rather than as their own
subcommand modules.
Defined in:
cli/commands/list.crConstant Summary
-
AI_CONTEXT_KINDS =
["guards", "sinks", "validators", "signals"] of ::String -
SUBJECTS =
["techs", "taggers", "formats"] of ::String
Class Method Summary
- .parse_argv(argv : Array(String)) : Parsed
- .print_formats
- .print_help(io : IO = STDOUT)
- .print_taggers
- .print_techs
- .run(argv : Array(String))