-
Notifications
You must be signed in to change notification settings - Fork 715
Closed
Labels
choreNecessary but less impactful tasks such as cleanup or reorgNecessary but less impactful tasks such as cleanup or reorglocked
Description
In clarity cli not all commands have a usage string (only "check" command seems to have it)
stacks-core/stackslib/src/clarity_cli.rs
Lines 1134 to 1138 in aa20011
| "check" => { | |
| if args.len() < 2 { | |
| eprintln!( | |
| "Usage: {} {} [program-file.clar] [--contract_id CONTRACT_ID] [--output_analysis] [--costs] [--testnet] [--clarity_version N] (vm-state.db)", | |
| invoked_by, args[0] |
the idea is to provide the "Usage: ..." string for all the commands.
Metadata
Metadata
Assignees
Labels
choreNecessary but less impactful tasks such as cleanup or reorgNecessary but less impactful tasks such as cleanup or reorglocked
Type
Projects
Status
Status: ✅ Done