-
Notifications
You must be signed in to change notification settings - Fork 2
/
HELP.txt
34 lines (22 loc) · 822 Bytes
/
HELP.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Usage: pine [Options] config_files ...
Options:
========
Short Long Description
----- ---- -----------
-r --remove Remove configuration for all config files specified from
.gitignore file in current directory.
-u --update Update local configuration files and exit.
--list List all configuration files present in current directory's
.gitignore file
-v --version Print current version number and exit.
-h --help Print this text and exit.
Examples
========
To add configuration for java, c:
pine c java
To remove configuration for java:
pine -r java
To list all configurations present in current directory's .gitignore file:
pine --list
To update:
pine --update