File: lepton-cli.texi

package info (click to toggle)
lepton-eda 1.9.18-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 41,024 kB
  • sloc: ansic: 66,688; lisp: 29,508; sh: 6,792; makefile: 3,111; perl: 1,404; pascal: 1,161; lex: 887; sed: 16; cpp: 8
file content (47 lines) | stat: -rw-r--r-- 1,139 bytes parent folder | download | duplicates (3)
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
@node lepton-cli, lepton-attrib, lepton-netlist, Top
@chapter lepton-cli - Lepton command-line utility
@pindex lepton-cli
@cindex Lepton command line utility

@cli{} provides a number of small command-line utilities for
working with Lepton schematic and symbol files, and is designed to be
used for batch processing of designs created using the schematic
editor @ref{lepton-schematic}.

General usage is:

@example
lepton-cli [OPTION...] COMMAND [ARGS ...]
@end example

Currently, @var{COMMAND} can be one of @code{config}, @code{export},
or @code{shell}.

Here is the description of @cli's general options:

@table @option
@item --no-rcfiles
Prevent @ref{gafrc} Scheme initialisation files from being loaded.

@item -h
@itemx --help
Print a help message.

@item -V
@itemx --version
Print @cli{} version information.

@end table



@menu
* lepton-cli export:: Export images from schematic and symbol files.
* lepton-cli config:: Configure all Lepton tools.
* lepton-cli shell:: Scheme REPL for interactively processing schematics.
@end menu


@include lepton-cli-export.texi
@include lepton-cli-config.texi
@include lepton-cli-shell.texi