Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx authored Nov 10, 2024
1 parent 0b06c6c commit 1a113d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/spec/reference/index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Top-level metadata

```sh
min_usage_version "1.0.0" # the minimum version of usage this CLI supports
# you want this at the top

name "My CLI" # a friendly name for the CLI
bin "mycli" # the name of the binary
version "1.0.0" # the version of the CLI
author "nobody" # the author of the CLI
license "MIT" # SPDX license the CLI is released under
min_usage_version "1.0.0" # the minimum version of usage this CLI supports

# help for -h
before_help "before about"
Expand Down

0 comments on commit 1a113d9

Please sign in to comment.