Skip to content

help message regression #39

@jangko

Description

@jangko

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions