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

CLI flag / argument unification #884

Open
adriacidre opened this issue Feb 20, 2018 · 0 comments
Open

CLI flag / argument unification #884

adriacidre opened this issue Feb 20, 2018 · 0 comments
Labels

Comments

@adriacidre
Copy link
Contributor

Preamble

Idea: <to be assigned>
Title: CLI flag / argument unification
Status: Draft
Created: 2018-02-19

Summary

Unify where flags and arguments are defined on the cli and interactive cli.

Product Overview

Since the introduction of interactive cli and as its basically parsing flags and arguments and redirecting them to the basic cli commands, there is a duplication on where those flags and arguments are defined. The idea is to have a config file with a struct similar to this so both cli and icli are able to parse input arguments and flags.

Requirements & Dependancies

This issue is blocked by Standard cli flag definition

Minimum Viable Product

The MVP will be having a CLI passing all integration tests where flags and arguments for each command are defined by the same code.
We should probably split this issue on smaller issues foreach command or subset of commands.

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

No branches or pull requests

1 participant