Skip to content
New issue

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

docs: Set bin_name and disable version option for subcommands #544

Merged
merged 3 commits into from
May 17, 2024

Commits on May 17, 2024

  1. docs: Set bin_name for subcommands and use full title

    `bin_name` will be displayed in the `SYNOPSIS` section, with this, the
    generated man pages have correct name and synopsis.
    
    Also, remove `.title("bootc")` to let the subcommands have their own
    titles.
    
    Signed-off-by: Yihuang Yu <yihyu@redhat.com>
    PaulYuuu committed May 17, 2024
    Configuration menu
    Copy the full SHA
    3e0bb1e View commit details
    Browse the repository at this point in the history
  2. docs: Disable "version" option for subcommands

    Subcommands don't have their own versions, so disable the "version"
    option.
    
    Signed-off-by: Yihuang Yu <yihyu@redhat.com>
    PaulYuuu committed May 17, 2024
    Configuration menu
    Copy the full SHA
    867b8c8 View commit details
    Browse the repository at this point in the history
  3. docs: Delete outdate docs/src/bootc.md

    Signed-off-by: Yihuang Yu <yihyu@redhat.com>
    PaulYuuu committed May 17, 2024
    Configuration menu
    Copy the full SHA
    7df0b58 View commit details
    Browse the repository at this point in the history