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

Subcommands documentation should be split into core and utilities #195

Closed
jonpas opened this issue Sep 27, 2019 · 2 comments
Closed

Subcommands documentation should be split into core and utilities #195

jonpas opened this issue Sep 27, 2019 · 2 comments
Labels
documentation enhancement New feature or request

Comments

@jonpas
Copy link
Collaborator

jonpas commented Sep 27, 2019

HEMTT Version: 0.7.0-0.940758
Project: https://github.com/Theseus-Aegis/Mods (updated hemtt.toml for restructure)

Description:
SUBCOMMANDS should be split into core functionality and utilities. Mimicking source folders would be ideal as it was pre-restructure in my opinion.

Steps to reproduce:

  • hemtt -h / hemtt --help / hemtt help

Additional information:
None

HEMTT Output:
Current:

SUBCOMMANDS:
    build               Build the Project
    clean               Clean built files
    help                Prints this message or the help of the given subcommand(s)
    init                Initialize a HEMTT Project
    mission_generate    Generate `pbos` for multiple maps from a single mission
    pack                Pack the Project
    status              Get the status of your project
    template            Manage the project's tempalte
    translation         Get translation info from `stringtable.xml` files
    update              Update HEMTT to the latest stable release
    zip                 Get translation info from `stringtable.xml` files

Improved (example):

(SUB)COMMANDS:
    build               Build the Project
    clean               Clean built files
    help                Prints this message or the help of the given subcommand(s)
    init                Initialize a HEMTT Project
    pack                Pack the Project
    status              Get the status of your project
    template            Manage the project's tempalte
    update              Update HEMTT to the latest stable release

UTILITIES:
    mission_generate    Generate `pbos` for multiple maps from a single mission
    translation         Get translation info from `stringtable.xml` files
    zip                 Get translation info from `stringtable.xml` files
@BrettMayson
Copy link
Owner

This will need to be done in https://github.com/clap-rs/clap first, I've referenced a feature request

@jonpas
Copy link
Collaborator Author

jonpas commented May 16, 2023

This is now outdated.

@jonpas jonpas closed this as completed May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants