File: critcl_app.man

package info (click to toggle)
critcl 3.1.17%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 10,028 kB
  • sloc: ansic: 54,884; tcl: 15,930; sh: 6,951; pascal: 3,272; asm: 3,058; ada: 1,681; cpp: 1,001; cs: 879; makefile: 310; perl: 104; xml: 95; f90: 10
file content (46 lines) | stat: -rw-r--r-- 1,469 bytes parent folder | download | duplicates (2)
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
[comment {-*- tcl -*- doctools manpage}]
[include version.inc]
[manpage_begin critcl 1 [vset VERSION]]
[include include/module.inc]
[titledesc {CriTcl Application}]
[description]
[para]
[include include/welcome.inc]
[para]

This document is the reference manpage for the [cmd critcl] command.
Its intended audience are people having to build packages using
[package critcl] for deployment. Writers of packages with embedded C
code can ignore this document.

If you are in need of an overview of the whole system instead, please
go and read the [manpage {Introduction To CriTcl}].

[para]

This application resides in the Application Layer of CriTcl.
[para][image arch_application][para].

[comment {===================================================================}]

The application supports the following general command line:

[list_begin definitions]
[call [cmd critcl] [opt [arg option]...] [opt [arg file]...]]

The exact set of options supported, their meaning, and interaction is
detailed in section [sectref {Application Options}] below.

For a larger set of examples please see section "Building Critcl Packages"
in the document about [manpage {Using CriTcl}].

[list_end]


[section {Application Options}]	[include include/aoptions.inc]
[section {Package Structure}]	[include include/pstructure.inc]

[comment {===================================================================}]
[include include/changes.inc]
[include include/feedback.inc]
[manpage_end]