We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The manpage tomb(1) mentions "tomb dig" but doesn't tell what are the arguments and in what order.
% tomb dig tomb . Commanded to dig tomb tomb [E] Missing path to tomb % tomb dig my.tomb tomb . Commanded to dig tomb my.tomb tomb [E] Tombs can't be smaller than 10 mebibytes % tomb dig my.tomb 10 tomb . Commanded to dig tomb my.tomb tomb [E] Tombs can't be smaller than 10 mebibytes % tomb dig -h tomb . Commanded to dig tomb tomb [E] Missing path to tomb
tomb dig -h should give the subcommand help and the manpage should mention expected args for a subcommand.
tomb dig -h
The text was updated successfully, but these errors were encountered:
planning to do a usage_help() internal function called by fatal errors printing out a usage example string for each subcommand when failing.
subcommand help is a bit too much work refactoring the old cli, but will take into account for v3
Sorry, something went wrong.
No branches or pull requests
The manpage tomb(1) mentions "tomb dig" but doesn't tell what are the arguments and in what order.
tomb dig -h
should give the subcommand help and the manpage should mention expected args for a subcommand.The text was updated successfully, but these errors were encountered: