[go: up one dir, main page]

File: actexec.1

package info (click to toggle)
actiona 3.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,300 kB
  • sloc: cpp: 57,231; ansic: 90; makefile: 19; xml: 17; sh: 10
file content (74 lines) | stat: -rw-r--r-- 1,570 bytes parent folder | download | duplicates (4)
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
.TH actexec 1 "November 2011" "" "ActExec Manual"
.SH NAME
ActExec \- Task automation
.SH SYNOPSIS
.B actexec \-s|\-c|\-Q|\-p|\-\-proxy\-mode|\-\-proxy\-type|\-\-proxy\-host
|\-\-proxy\-port|\-\-proxy\-user|\-\-proxy\-password|\-v|\-h <filename>

.SH DESCRIPTION
ActExec is a commandline tool that allows you to execute code files and scripts made with Actiona.
.SH OPTIONS

.TP
.B \-s, \-\-script
switch to script mode, may not be used with 
.B \-c

.TP
.B \-c, \-\-code
switch to code mode, may not be used with 
.B \-s

.TP
.B \-Q, \-\-nocodeqt
Do not include the Qt library into the code.

.TP
.B \-p, \-\-portable
Starts in portable mode, storing the settings in the executable folder.

.TP
.B \-\-proxy\-mode
Sets the proxy mode, values are
.B none
.B system
.B custom
(default is system).

.TP
.B \-\-proxy\-type
Sets the custom proxy type, values are
.B http
.B socks
(default is socks).

.TP
.B \-\-proxy\-host
Sets the custom proxy host.

.TP
.B \-\-proxy\-port
Sets the custom proxy port.

.TP
.B \-\-proxy\-user
Sets the custom proxy user.

.TP
.B \-\-proxy\-password
Sets the custom proxy password.

.TP
.B \-v, \-\-version
Displays the version number of Actiona.

.TP
.B \-h, \-\-help
Displays a listing of these commandline options.

.SH SUPPORT
Please visit http://actiona.tools/ for further information. Report bugs only if you are using the latest version available from the Actiona website.
.SH COPYRIGHT
Copyright (C) 2005\-2011  Jonathan Mercier-Ganady
.P
ActExec is distributed under the terms of the GNU General Public License version 3 or later.