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

help message regression #39

Open
jangko opened this issue Feb 20, 2022 · 0 comments
Open

help message regression #39

jangko opened this issue Feb 20, 2022 · 0 comments

Comments

@jangko
Copy link
Contributor

jangko commented Feb 20, 2022

using test case from #10. before the regression it show like this:

Usage:

scenario [OPTIONS]... command

The following options are available:

 -d, --scenario-dir        The directory of your benchmark scenario.
 -p, --pre                 The name of your pre-state (without .ssz).
 -b, --blocks-prefix       The prefix of your blocks file, for exemple "blocks_" for blocks in the form
                           "blocks_XX.ssz".
 -q, --block-quantity      The number of blocks to process for this transition. Blocks should start at 0..
     --skip-bls            Skip BLS public keys and signature verification.

Available sub-commands:

scenario cmdFullStateTransition

scenario cmdSlotProcessing [OPTIONS]...

The following options are available:

 -s, --num-slots           The number of slots the pre-state will be advanced by.

scenario cmdBlockProcessing [OPTIONS]...

The following options are available:

     --blockProcessingCat  block transitions.

When blockProcessingCat = catAttestations, the following additional options are available:

     --attestation         Attestation filename (without .ssz).

scenario cmdEpochProcessing

but after cfa9566

it become like this:

Usage:

scenario [OPTIONS]... command

The following options are available:

 -d, --scenario-dir        The directory of your benchmark scenario.
 -p, --pre                 The name of your pre-state (without .ssz) [=pre].
 -b, --blocks-prefix       The prefix of your blocks file, for exemple "blocks_" for blocks in the form
                           "blocks_XX.ssz" [=blocks_].
 -q, --block-quantity      The number of blocks to process for this transition. Blocks should start at 0.
                           [=1].
     --skip-bls            Skip BLS public keys and signature verification [=true].

Available sub-commands:

scenario cmdFullStateTransition

scenario cmdSlotProcessing [OPTIONS]...

The following options are available:

 -s, --num-slots           The number of slots the pre-state will be advanced by [=1].

scenario cmdBlockProcessing [OPTIONS]...

The following options are available:


scenario cmdEpochProcessing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant