About Anaconda Help Download Anaconda

conda-forge / packages / reverse-argparse 2.0.0

Generate the effective command line invocation for a script.

copied from cf-staging / reverse-argparse

Installers

  • noarch v2.0.0

conda install

To install this package run one of the following:
conda install conda-forge::reverse-argparse

Description

Whereas argparse is concerned with taking a bunch of command line arguments and parsing them, this package is intended to do the opposite; that is, it'll take the parsed arguments and create the effective command line invocation of the script that generated them. The motivation is to be able to tell users exactly what was used for all of the options, taking into consideration any defaults and other transformations that might've been applied in the midst of parsing, such that users are able to reproduce a prior run of a script exactly.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy