Module: commands::docs
Contents
StructsDocsArgs- Arguments for thedocscommand.
run- Run the documentation export and publication process.
resq_cli::commands::docs::DocsArgs
Struct Arguments for thedocs command.
Fields:
export_only: bool- Only export the specifications locally without publishingpublish: bool- Publish the specifications to the documentation repositorydry_run: bool- Dry run: show what would be done without executing
- Args
fn group_id() -> Option<clap::Id>fn augment_args<'b>(__clap_app: clap::Command) -> clap::Commandfn augment_args_for_update<'b>(__clap_app: clap::Command) -> clap::Command
- FromArgMatches
fn from_arg_matches(__clap_arg_matches: &clap::ArgMatches) -> ::std::result::Result<Self, clap::Error>fn from_arg_matches_mut(__clap_arg_matches: & mut clap::ArgMatches) -> ::std::result::Result<Self, clap::Error>fn update_from_arg_matches(self: & mut Self, __clap_arg_matches: &clap::ArgMatches) -> ::std::result::Result<(), clap::Error>fn update_from_arg_matches_mut(self: & mut Self, __clap_arg_matches: & mut clap::ArgMatches) -> ::std::result::Result<(), clap::Error>