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

Add beam command line interface #4

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Add beam command line interface #4

wants to merge 3 commits into from

Conversation

PeterKraus
Copy link
Contributor

Depends on #3.

Adds beam CLI with the following interface:

(beam) PS C:\Users\Kraus\Code\datatractor\beam> beam
usage: beam [-h] [--version] [--outfile OUTFILE] filetype infile
beam: error: the following arguments are required: filetype, infile
usage: beam [-h] [--version] [--outfile OUTFILE] filetype infile

positional arguments:
  filetype              FileType.ID of the input file
  infile                Path of the input file

options:
  -h, --help            show this help message and exit
  --version             show program's version number and exit
  --outfile OUTFILE, -o OUTFILE
                        Optional path of the output file

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

Successfully merging this pull request may close these issues.

1 participant