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

define the commands and arguments #6

Open
plastikfan opened this issue Nov 29, 2024 · 2 comments
Open

define the commands and arguments #6

plastikfan opened this issue Nov 29, 2024 · 2 comments
Assignees
Labels
design issue that captures design ideas feature New feature or request

Comments

@plastikfan
Copy link
Contributor

plastikfan commented Nov 29, 2024

  • demonstrates basic usage of agenor
  • should have the option of navigating a virtual fs using nuxx, or local fs
  • make use of carapace, to enable completions
  • For location of config data consider XDG standard, see XDG Base Directory Specification

We might have to spin out cobrass first before starting this issue

The deliverable for this issue can simply be a carapace spec xml file.

@plastikfan plastikfan added the design issue that captures design ideas label Nov 29, 2024
@plastikfan plastikfan self-assigned this Nov 29, 2024
@plastikfan plastikfan pinned this issue Nov 29, 2024
@plastikfan
Copy link
Contributor Author

plastikfan commented Nov 29, 2024

All these definitions are subject to the defintions in the sundae store if the flags are generic.

The sync is defined according to the present of flags. So the use of --now/--cpu will determine if we use Run or Walk.


command(default): nuxx
description: primary session; uses the virtual fs with the nuxx contents
positionals:

  • $1: path (file system path to navigate from)
    flags:

flags/options:

  • (default: universal)[--sub/-s: subscription type]
  • [--now/-n: no of workers] --> check the store
  • [--cpu/-c: use cpu no of workers] --> check the store
  • (default: 10)[--random/-r: random job size in seconds]
  • tui --> use tui (charm, show concurreny via lanes of execution/'highway' display, each worker is a lane on the highway)

command: resume
description: resume session;
positionals:

  • $1: path (file system path to json resume file, use completion; should fail, if no resume is file is found)

@plastikfan plastikfan added the feature New feature or request label Dec 6, 2024
@plastikfan
Copy link
Contributor Author

NB: we can use the filepicker bubble for the resume feature, to select the resume file from the pre-defined location.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design issue that captures design ideas feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant