mirror of
https://github.com/gnustep/libs-steptalk.git
synced 2025-02-21 02:31:01 +00:00
Added Tools.txt
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@15604 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3c14c2c86c
commit
fa3b61881b
2 changed files with 47 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
2003 Jan 15
|
2003 Jan 15
|
||||||
|
|
||||||
* GDL2: added installation of GDL2.stenv
|
* GDL2: added installation of GDL2.stenv
|
||||||
|
* Documentation/Tools.txt: new file documenting steptalk tools
|
||||||
|
|
||||||
2002 Dec 25
|
2002 Dec 25
|
||||||
|
|
||||||
|
|
46
Documentation/Tools.txt
Normal file
46
Documentation/Tools.txt
Normal file
|
@ -0,0 +1,46 @@
|
||||||
|
StepTalk Tools
|
||||||
|
|
||||||
|
Contents:
|
||||||
|
|
||||||
|
stexec
|
||||||
|
stshell (from Examples directory)
|
||||||
|
|
||||||
|
------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
stexec - execute StepTalk script (in GNUstep-base environment)
|
||||||
|
Usage: stexec [options] script [args ...] [ , script ...]
|
||||||
|
Options:
|
||||||
|
-help print this message
|
||||||
|
-list-all-objects list all available objects
|
||||||
|
-list-classes list available classes
|
||||||
|
-list-objects list named instances
|
||||||
|
|
||||||
|
-language lang force use of language lang
|
||||||
|
-list-languages list available languages
|
||||||
|
-continue do not stop when one of scripts failed to execute
|
||||||
|
|
||||||
|
-full enable full scripting
|
||||||
|
-environment env use scripting environment with name env
|
||||||
|
|
||||||
|
(You do not have to specify full name of the option (for example, -env), but
|
||||||
|
when it is not clear, the behaviour is undefined)
|
||||||
|
|
||||||
|
Examples:
|
||||||
|
|
||||||
|
> stexec myScript.st
|
||||||
|
> stexec -env AppKit myAppKitScript.st
|
||||||
|
|
||||||
|
Running more than one script (preserves the environment through all scripts)
|
||||||
|
|
||||||
|
> stexec myScript1.st , myScript2.st , myScript3.st
|
||||||
|
|
||||||
|
------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
stshell - StepTalk shell
|
||||||
|
Usage: stshell [options] script
|
||||||
|
|
||||||
|
Options are:
|
||||||
|
-help this text
|
||||||
|
-language lang use language lang
|
||||||
|
-environment env use scripting environment with name env
|
Loading…
Reference in a new issue