Skip to content

Commit 17aed47

Browse files
authored
Added in basic first-time run config. (#47)
* Added in basic first-time run config. * Added logic to submit to prevent adding errored jobs to list. * Reworked how logo is displayed for failures. * Fixed case sensitivity when asking user for input. * Now tries to use `dialog` and falls back to basic text input if dialog is not installed. * Fixed the notification daemon to work with the server file. Fixes #17
1 parent 4123ab1 commit 17aed47

File tree

2 files changed

+320
-64
lines changed

2 files changed

+320
-64
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ requires `column`, `curl`, `mail`, and [jq](https://stedolan.github.io/jq/)
7474
* `cleanup` *`[-s STATUS]`*
7575
* Remove completed jobs from local list.
7676
Will remove all jobs from the local list that are in a completed state,
77-
where a completed state is one of: Succeeded, Failed, Aborted
78-
* *`-s STATUS`* If provided, will only remove jobs with the given STATUS from the local list.
77+
where a completed state is one of: `Succeeded`, `Failed`, `Aborted`
78+
* *`-s STATUS`* If provided, will only remove jobs with the given `STATUS` from the local list.
7979

8080

8181
### Features:

0 commit comments

Comments
 (0)