equal
deleted
inserted
replaced
|
1 # iniedit.cif |
|
2 # |
|
3 # Copyright (c) 2010 Accenture. All rights reserved. |
|
4 # This component and the accompanying materials are made available |
|
5 # under the terms of the "Eclipse Public License v1.0" |
|
6 # which accompanies this distribution, and is available |
|
7 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 # |
|
9 # Initial Contributors: |
|
10 # Accenture - Initial contribution |
|
11 # |
|
12 |
|
13 ==name iniedit |
|
14 |
|
15 ==short-description |
|
16 |
|
17 Manipulate (fshell format) INI configuration files. |
|
18 |
|
19 ==argument filename inifile |
|
20 |
|
21 The INI file to use. |
|
22 |
|
23 ==option filename i idf |
|
24 |
|
25 Specify an INI description file (IDF) to use. Has no effect if --force is specified. |
|
26 |
|
27 ==option bool d dump |
|
28 |
|
29 Dump the file contents to stdout. |
|
30 |
|
31 ==option bool f force |
|
32 |
|
33 Continue even if the file structure is invalid. |
|
34 |
|
35 ==option string g get |
|
36 |
|
37 Write a single value from the file to stdout. |
|
38 |
|
39 ==option string s set |
|
40 |
|
41 Update or add a value to the file. Specify the value in the format 'id[=value]'. If no '=' is specified, the value will be read from STDIN. |
|
42 |
|
43 ==option string r remove |
|
44 |
|
45 Remove a value from the file. |
|
46 |
|
47 ==copyright |
|
48 |
|
49 Copyright (c) 2009-2010 Accenture. All rights reserved. |
|
50 |