You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,11 @@ Example usage:
139
139
tasklist -a myNewTask anotherTask
140
140
```
141
141
142
-
The configuration can be ignored by using `-i`. This is useful if only undefined Tasks should be displayed. eg ```tasklist -i -a onlyShowThisTask andThisTask```
142
+
The configuration can be ignored by using `-i`. This is useful if only undefined Tasks should be displayed. eg
143
+
144
+
```
145
+
tasklist -i -a onlyShowThisTask andThisTask
146
+
```
143
147
144
148
## Configuration
145
149
Many things that are displayed can be adjusted in the configuration files. You can configure tasks, ignored files / directories and default values for the standard `GitViper` display.
0 commit comments