1
0
Fork 0
mirror of https://github.com/sbrl/terrain50-cli.git synced 2024-06-02 07:43:02 +00:00
terrain50-cli/src/Subcommands/identify/meta.toml

14 lines
478 B
TOML

description = "Summarise the specified Terrain50 file"
[[arguments]]
name = "input"
description = "The filename to operate on (a dash - means read from stdin)"
default_value = "-"
type = "string"
[[arguments]]
name = "mode"
description = "The mode to operate in. Possible values: single (default), stream. If stream, then the input will be parsed as a stream (otherwise everything is read into a string and parsed as a single entity)"
default_value = "single"
type = "string"