Command line interface enhancement #13

Closed
opened 2025-10-14 19:10:41 -07:00 by azpect · 0 comments
Owner

Currently, the command line interface (CLI) is very weak and not very "pleasant." This issue will address that concern.

Implementation is up to the team member assigned to the task, but usage should be simple, and follow common standards. If it makes sense, the program will be easy to use.

We should have some way to parse flags (in some capacity). i.e., passing --watch or -w to the program should enable "watch mode" which will be implemented later.

The actual fine details should be defined here, but they are up to the team member assigned. The only notes I can provide now are:

  • The input file path/name is required
  • The output file path/name is not required (see existing code to see why, it can be generated)
Currently, the command line interface (CLI) is very weak and not very "pleasant." This issue will address that concern. Implementation is up to the team member assigned to the task, but usage should be simple, and follow common standards. If it makes sense, the program will be easy to use. We should have some way to parse flags (in some capacity). i.e., passing --watch or -w to the program should enable "watch mode" which will be implemented later. The actual fine details should be defined here, but they are up to the team member assigned. The only notes I can provide now are: - **The input file path/name is required** - **The output file path/name is not required** (see existing code to see why, it can be generated)
azpect added the
Kind/Enhancement
Priority
Critical
labels 2025-10-14 19:10:41 -07:00
shultzp1 was assigned by azpect 2025-10-14 19:10:41 -07:00
azpect added this to the (GOAL) File Watcher Implementation project 2025-10-14 19:10:42 -07:00
azpect moved this to To Do in (GOAL) File Watcher Implementation on 2025-10-17 13:19:31 -07:00
shultzp1 moved this to In Progress in (GOAL) File Watcher Implementation on 2025-10-25 15:58:39 -07:00
shultzp1 moved this to Done in (GOAL) File Watcher Implementation on 2025-10-31 19:24:14 -07:00
Sign in to join this conversation.
No description provided.