mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
nice
This commit is contained in:
parent
6766e18bcc
commit
0c306e70cf
2 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ def condaify(ver):
|
|||
pkgpath = os.path.join(conda_bld, '*', 'xonsh-{0}*.tar.bz2'.format(ver))
|
||||
pkg = __xonsh_glob__(pkgpath)[0]
|
||||
conda convert -p all -o @(conda_bld) @(pkg)
|
||||
anaconda upload @(pkgpath)
|
||||
anaconda upload -u xonsh @(pkgpath)
|
||||
|
||||
def docser():
|
||||
cd docs
|
||||
|
|
|
@ -24,7 +24,7 @@ def path_argument(s):
|
|||
|
||||
|
||||
parser = ArgumentParser(description='xonsh', add_help=False)
|
||||
parser.add_argument('-h', '--hel[',
|
||||
parser.add_argument('-h', '--help',
|
||||
dest='help',
|
||||
action='store_true',
|
||||
default=False,
|
||||
|
|
Loading…
Add table
Reference in a new issue