8000 Upgrade to Clap v3 by edmorley · Pull Request #329 · heroku/libcnb.rs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Upgrade to Clap v3 #329

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

Merged
merged 2 commits into from
Feb 22, 2022
Merged

Upgrade to Clap v3 #329

merged 2 commits into from
Feb 22, 2022

Conversation

@edmorley
Copy link
Member Author

cargo libcnb --help

Before:

cargo-libcnb 0.2.1
Allows working with buildpacks written with libcnb.rs

USAGE:
    cargo libcnb <SUBCOMMAND>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

SUBCOMMANDS:
    help       Prints this message or the help of the given subcommand(s)
    package    Packages a libcnb.rs Cargo project as a Cloud Native Buildpack

After:

cargo-libcnb 0.2.1
Cargo command for managing buildpacks written with libcnb.rs

USAGE:
    cargo libcnb <SUBCOMMAND>

OPTIONS:
    -h, --help       Print help information
    -V, --version    Print version information

SUBCOMMANDS:
    help       Print this message or the help of the given subcommand(s)
    package    Packages a libcnb.rs Cargo project as a Cloud Native Buildpack

cargo libcnb package --help

Before:

cargo-libcnb-package 0.2.1
Packages a libcnb.rs Cargo project as a Cloud Native Buildpack

USAGE:
    cargo libcnb package [FLAGS] [OPTIONS]

FLAGS:
    -h, --help                           Prints help information
        --no-cross-compile-assistance    Disable cross-compile assistance
        --release                        Build in release mode, with optimizations
    -V, --version                        Prints version information

OPTIONS:
        --target <target>    Build for the target triple [default: x86_64-unknown-linux-musl]

After:

cargo-libcnb-package
Packages a libcnb.rs Cargo project as a Cloud Native Buildpack

USAGE:
    cargo libcnb package [OPTIONS]

OPTIONS:
    -h, --help
            Print help information

        --no-cross-compile-assistance
            Disable cross-compile assistance

        --release
            Build in release mode, with optimizations

        --target <TARGET>
            Build for the target triple [default: x86_64-unknown-linux-musl]

@edmorley edmorley changed the title Update to Clap v3 Upgrade to Clap v3 Feb 20, 2022
@edmorley edmorley requested review from Malax and hone February 20, 2022 23:14
@edmorley edmorley merged commit 304ca21 into main Feb 22, 2022
@edmorley edmorley deleted the edmorley/clap-v3 branch February 22, 2022 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade to clap 3.x
3 participants
0