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 Interface #346

Open
Konard opened this issue Apr 26, 2022 · 0 comments
Open

CLI Interface #346

Konard opened this issue Apr 26, 2022 · 0 comments
Assignees
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@Konard
Copy link
Member

Konard commented Apr 26, 2022

The CLI interface should be developed using GNU getopt standard (using C# or other language). The CLI interfaces should be implemented using cross-platform language to be available everywhere. Links notation should be used as a base for all values.

Creation of (1: 1 1)

(0: 0 0) (1: 1 1)
(0:) (1: 1 1)
() (1: 1 1)
(1: 1 1)
(*: 1 1)
+ (1: 1 1)
+= (1: 1 1)
--сreate "(1: 1 1)"
-с "(1: 1 1)"
1 1

Update (1: 1 1) to (1: 1 2)

(1: 1 1) (1: 1 2)
~ (1: 1 1) (1: 1 2)
~= (1: 1 1) (1: 1 2)
--update "(1: 1 1)" "(1: 1 2)"
-u "(1: 1 1)" "(1: 1 2)"
"1 1" "1 2"

Deletion of (1: 1 1)

(1: 1 1) (0: 0 0)
(1: 1 1) (0:) 
(1: 1 1) ()
- (1: 1 1)
-= (1: 1 1)
--delete "(1: 1 1)"
-d "(1: 1 1)"

Each

(1: 1 1)?
--each "(1: 1 1)"
-e "(1: 1 1)"
1 1?
* 1?
1 *?
* *?

Interactive mode

--interactive
-i
@Konard Konard added help wanted Extra attention is needed good first issue Good for newcomers labels Apr 26, 2022
@Konard Konard self-assigned this Dec 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
Status: Todo
Development

No branches or pull requests

1 participant