summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2021-01-29 15:28:08 +0900
committerKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2021-01-29 15:57:03 +0900
commitf758b244242ae4c4309c88a0899cfe9c368aabca (patch)
treeb3ac6ffcf96954b76577f4781fa8f48f538d664d /README.md
parentec476fb6586b3a78ced2f4ec886c51b223c3942f (diff)
find.py: add -is option to ignore status
find.py will add -ns automatically if user didn't select -s or -ns, but it is not good if user want to search from all tasks. This patch adds -is to ignore status. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7f0e519..65d74a7 100644
--- a/README.md
+++ b/README.md
@@ -37,6 +37,7 @@ You need to have **.config** file. You can copy sample .config, and edit it
- ject 7ddd3743-fa13-4966-bcf0-10609b873ab5 e704e989-ccaa-48a5-8f58-28c5b93467ff
* -s : show matched status task
* -ns : show unmatched status task
+ * -is : ignore status
- ject -s Active ... # single match
- ject -s Active,New ... # multi match
- ject -ns Done # not match