更多用法见: https://github.com/huntzhan/fireball
Basic usage:
$ fireball os:getcwd
/Users/huntzhan/Data/Project/personal/fireball
$ fireball os.path:join 'foo' 'bar'
foo/bar
$ fireball base64:b64encode 'b"foo"'
b'Zm9v
Help doc:
$ fireball base64:b64encode -- --help
NAME
b64encode - Encode the bytes-like object s using Base64 and return a bytes object.
SYNOPSIS
b64encode S <flags>
DESCRIPTION
Optional altchars should be a byte string of length 2 which specifies an
alternative alphabet for the '+' and '/' characters. This allows an
application to e.g. generate url or filesystem safe Base64 strings.
POSITIONAL ARGUMENTS
S
FLAGS
--altchars=ALTCHARS
--pdb_on_error=PDB_ON_ERROR
NOTES
You can also use flags syntax for POSITIONAL ARGUMENTS
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.