1GST-CONVERT(1) User Commands GST-CONVERT(1)
2
3
4
6 gst-convert - Smalltalk syntax converter and beautifier
7
9 Usage:
10 gst-convert [OPTION]... [INFILE [OUTFILE]] gst-convert
11 [OPTION]... -o|--output OUTFILE INFILES
12
14 -q, --quiet
15 don't show any message
16
17 -v, --verbose
18 print extra information while processing
19
20 -f, --format=FORMAT
21 convert from given input format (supported formats are gst,
22 gst2, sif, squeak)
23
24 -F, --output-format=FORMAT convert to given output format (supported
25 formats are gst, gst2, squeak)
26
27 -C, --class=REGEX
28 convert only classes matching REGEX
29
30 -C, --class=+REGEX
31 in addition, convert classes matching REGEX
32
33 -C, --class=-REGEX
34 do not convert classes matching REGEX
35
36 -c, --category=REGEX
37 convert only classes whose category matches REGEX
38
39 -c, --category=+REGEX
40 in addition, convert those whose category matches REGEX
41
42 -c, --category=-REGEX
43 do not convert classes whose category matches REGEX
44
45 -r, --rule='CODE->REPL'
46 look for CODE and replace it with REPL
47
48 -o, --output OUTFILE
49 concatenate multiple input files into a single converted output
50 file
51
52 --help display this message and exit
53
54 --version
55 print version information and exit
56
58 The full documentation for gst-convert is maintained as a Texinfo man‐
59 ual. If the info and gst-convert programs are properly installed at
60 your site, the command
61
62 info gst
63
64 should give you access to the complete manual.
65
66
67
68gst-convert version 3.2.5 February 2018 GST-CONVERT(1)