ton-org / blueprint

TON development for professionals - all-in-one tool for writing, testing and deploying smart contracts
433 stars 87 forks source link

feat: add help commands #121

Closed pixelplex closed 3 months ago

pixelplex commented 3 months ago

98

anton-trunov commented 2 months ago

This PR actually does not really resolve #98 (cc @reveloper)

❯ npx blueprint help
(node:15952) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Usage: blueprint help [command]

Displays this message if no command is specified, or displays detailed help for the specified command.

Blueprint is generally invoked as follows: blueprint [command] [command-args] [flags]

List of available commands:
- create
- run
- build
- custom
- help
- test
- verify
- convert

I just see a list of available subcommands without any real explanation of what those commands are supposed to be doing. Am I supposed to run --help on each of those or go read the manual?

anton-trunov commented 2 months ago

Besides, the list is not complete, for instance, the set subcommand is missing