llnl / llnl/elastic-stacker

Load and dump subcommands shouldn't accept arbitrary keyword arguments

Open
#23 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
7
Forks
1
PR merge metrics
No merged PRs in 30d

Description

Because of a quirk of fire, the load and dump subcommands can't be used with flags (like `--help`) after them because they take `**kwargs`.

Contributor guide

Open the contributing guide

Research direction

Start by locating the command-line entry point and the load and dump subcommands, then reproduce the issue with flags such as --help placed after each subcommand. Trace how Fire interprets their **kwargs parameters. Done means load and dump no longer accept arbitrary keyword arguments and flags after them work as expected.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
cli
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.