Skip to content

Commit

Permalink
Add ignore-non-existing
Browse files Browse the repository at this point in the history
  • Loading branch information
alajmo committed Dec 31, 2022
1 parent b3593d6 commit 83b2ffb
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 27 deletions.
14 changes: 13 additions & 1 deletion core/mani.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "MANI" "1" "2022 September 10" "v0.22.0" "Mani Manual" "mani"
.TH "MANI" "1" "2022 December 31" "v0.23.0" "Mani Manual" "mani"
.SH NAME
mani - repositories manager and task runner

Expand Down Expand Up @@ -54,6 +54,12 @@ prints the task to see what will be executed
\fB-e, --edit[=false]\fR
edit task
.TP
\fB--ignore-errors[=false]\fR
ignore errors
.TP
\fB--ignore-non-existing[=false]\fR
ignore non-existing projects
.TP
\fB--omit-empty[=false]\fR
omit empty results
.TP
Expand Down Expand Up @@ -101,6 +107,12 @@ current working directory
\fB--dry-run[=false]\fR
prints the command to see what will be executed
.TP
\fB--ignore-errors[=false]\fR
ignore errors
.TP
\fB--ignore-non-existing[=false]\fR
ignore non-existing projects
.TP
\fB--omit-empty[=false]\fR
omit empty results
.TP
Expand Down
56 changes: 30 additions & 26 deletions docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,20 +58,22 @@ run <task>
### Options

```
-a, --all target all projects
-k, --cwd current working directory
--describe print task information
--dry-run prints the task to see what will be executed
-e, --edit edit task
-h, --help help for run
--omit-empty omit empty results
-o, --output string set output [text|table|html|markdown]
--parallel run tasks in parallel for each project
-d, --paths strings target projects by paths
-p, --projects strings target projects by names
-s, --silent do not show progress when running tasks
-t, --tags strings target projects by tags
--theme string set theme
-a, --all target all projects
-k, --cwd current working directory
--describe print task information
--dry-run prints the task to see what will be executed
-e, --edit edit task
-h, --help help for run
--ignore-errors ignore errors
--ignore-non-existing ignore non-existing projects
--omit-empty omit empty results
-o, --output string set output [text|table|html|markdown]
--parallel run tasks in parallel for each project
-d, --paths strings target projects by paths
-p, --projects strings target projects by names
-s, --silent do not show progress when running tasks
-t, --tags strings target projects by tags
--theme string set theme
```

## exec
Expand Down Expand Up @@ -103,18 +105,20 @@ exec <command> [flags]
### Options

```
-a, --all target all projects
-k, --cwd current working directory
--dry-run prints the command to see what will be executed
-h, --help help for exec
--omit-empty omit empty results
-o, --output string set output [text|table|markdown|html]
--parallel run tasks in parallel for each project
-d, --paths strings target projects by paths
-p, --projects strings target projects by names
-s, --silent do not show progress when running tasks
-t, --tags strings target projects by tags
--theme string set theme (default "default")
-a, --all target all projects
-k, --cwd current working directory
--dry-run prints the command to see what will be executed
-h, --help help for exec
--ignore-errors ignore errors
--ignore-non-existing ignore non-existing projects
--omit-empty omit empty results
-o, --output string set output [text|table|markdown|html]
--parallel run tasks in parallel for each project
-d, --paths strings target projects by paths
-p, --projects strings target projects by names
-s, --silent do not show progress when running tasks
-t, --tags strings target projects by tags
--theme string set theme (default "default")
```

## init
Expand Down

0 comments on commit 83b2ffb

Please sign in to comment.