体式
Asana 的命令行客户端
安装
将此行添加到应用程序的 Gemfile 中:
gem 'asana-cli'
然后执行:
$ bundle
或者自己安装:
$ gem install asana-cli
用法
Options:
--list, -l: List all workspaces
--workspace, -w : Workspace
--project, -p : Project
--complete, -c : Complete a task
--close, -o : Complete a task
--create, -r : Create new task
--message, -m : Comment on a t
2021-07-04 15:03:28
5KB
Ruby
1