begin to document shell changes
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
79fea569b9
commit
4e46cf8ce4
3 changed files with 8 additions and 6 deletions
|
@ -84,6 +84,5 @@ class Shell(object):
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def commandline(cls, args):
|
def commandline(cls, args):
|
||||||
print(os.environ['PYTHONPATH'])
|
|
||||||
shell = cls(args.shell)
|
shell = cls(args.shell)
|
||||||
shell.run()
|
shell.run()
|
||||||
|
|
|
@ -4,6 +4,9 @@ Changelog
|
||||||
* Changes are always commented with their author in (braces)
|
* Changes are always commented with their author in (braces)
|
||||||
* Exception: No braces means author == Nico Schottelius
|
* Exception: No braces means author == Nico Schottelius
|
||||||
|
|
||||||
|
2.3.0:
|
||||||
|
* Core: Added support for cdist shell
|
||||||
|
|
||||||
2.2.0: 2013-07-12
|
2.2.0: 2013-07-12
|
||||||
* Build: Cleanup the Makefile
|
* Build: Cleanup the Makefile
|
||||||
* Type __package_opkg: Use shortcut version
|
* Type __package_opkg: Use shortcut version
|
||||||
|
|
|
@ -179,13 +179,13 @@ ENVIRONMENT VARIABLES
|
||||||
---------------------
|
---------------------
|
||||||
__explorer::
|
__explorer::
|
||||||
Directory that contains all global explorers.
|
Directory that contains all global explorers.
|
||||||
Available for: initial manifest, explorer, type explorer
|
Available for: initial manifest, explorer, type explorer, shell
|
||||||
__manifest::
|
__manifest::
|
||||||
Directory that contains the initial manifest.
|
Directory that contains the initial manifest.
|
||||||
Available for: initial manifest, type manifest
|
Available for: initial manifest, type manifest, shell
|
||||||
__global::
|
__global::
|
||||||
Directory that contains generic output like explorer.
|
Directory that contains generic output like explorer.
|
||||||
Available for: initial manifest, type manifest, type gencode
|
Available for: initial manifest, type manifest, type gencode, shell
|
||||||
__object::
|
__object::
|
||||||
Directory that contains the current object.
|
Directory that contains the current object.
|
||||||
Available for: type manifest, type explorer, type gencode
|
Available for: type manifest, type explorer, type gencode
|
||||||
|
@ -200,7 +200,7 @@ __object_name::
|
||||||
Available for: type manifest, type explorer, type gencode
|
Available for: type manifest, type explorer, type gencode
|
||||||
__target_host::
|
__target_host::
|
||||||
The host we are deploying to.
|
The host we are deploying to.
|
||||||
Available for: explorer, initial manifest, type explorer, type manifest, type gencode
|
Available for: explorer, initial manifest, type explorer, type manifest, type gencode, shell
|
||||||
__type::
|
__type::
|
||||||
Path to the current type.
|
Path to the current type.
|
||||||
Available for: type manifest, type gencode
|
Available for: type manifest, type gencode
|
||||||
|
@ -216,6 +216,6 @@ SEE ALSO
|
||||||
|
|
||||||
COPYING
|
COPYING
|
||||||
-------
|
-------
|
||||||
Copyright \(C) 2011-2012 Nico Schottelius. Free use of this software is
|
Copyright \(C) 2011-2013 Nico Schottelius. Free use of this software is
|
||||||
granted under the terms of the GNU General Public License version 3 (GPLv3).
|
granted under the terms of the GNU General Public License version 3 (GPLv3).
|
||||||
eof
|
eof
|
||||||
|
|
Loading…
Reference in a new issue