当前位置:网站首页>tiup completion
tiup completion
2022-07-30 14:50:00 【添香小铺】
为了降低使用成本,TiUP 提供了 tiup completion 命令用于生成命令行自动补全的配置文件。目前支持 bash 和 zsh 两种 shell 的命令补全。
如果是 bash,需要提前安装好 bash-completion:
- 在 macOS 上的安装方式为:如果 bash 版本小于 4.1,执行
brew install bash-completion;如果 bash 版本大于等于 4.1,则执行brew install [email protected]。 - 在 Linux 上的安装方式为:使用包管理器安装
bash-completion包,例如执行yum install bash-completion或者apt install bash-completion。
语法
tiup completion <shell>
<shell> 为 shell 类型,目前支持 bash 和 zsh。
使用方式
bash
将自动补全代码写入一个文件,并且在 .bash_profile 中对其执行 source 命令:
tiup completion bash > ~/.tiup.completion.bash printf " # tiup shell completion source '$HOME/.tiup.completion.bash' " >> $HOME/.bash_profile source $HOME/.bash_profile
zsh
tiup completion zsh > "${fpath[1]}/_tiup"
边栏推荐
猜你喜欢

Example of video switching playback (video switching example) code

GeoServer + openlayers

In-depth analysis of Kubernetes application management

About the data synchronization delay of MySQL master-slave replication
4位资深专家多年大厂经验分享出Flink技术内幕架构设计与实现原理

ISELED---the new choice of ambient lighting scheme

HTTP缓存小结

RISC-V调用惯例

分布式前修课:MySQL实现分布式锁

(科普文)什么是碎片化NFT(Fractional NFT)
随机推荐
关于MySQL主从复制的数据同步延迟问题
nodejs环境变量设置
This editor actually claims to be as fast as lightning!
Debug - Notes
Smart Contract Security - Private Data Access
MySql error: SqlError(Unable to execute query", "Can't create/write to file OS errno 2 - No such file...
Lock wait timeout exceeded solution
About the data synchronization delay of MySQL master-slave replication
类和对象(下篇)
The highest level of wiring in the computer room, the beauty is suffocating
Could not acquire management access for administration
Our company has used gateway services for 6 years, dynamic routing, authentication, current limiting, etc., a stable batch!
QIIME2得到PICRUSt2结果后如何分析
针对 MySQL/InnoDB 刷盘调优
Go to Tencent for an interview and let people turn left directly: I don't know idempotency!
Flink实时仓库-DWS层(关键词搜索分析-自定义函数,窗口操作,FlinkSql设置水位线,保存数据到Clickhouse)模板代码
Mysql database query is very slow. Besides the index, what else can be caused?
InputStream和OutputStream流的使用
【云原生】灰度发布、蓝绿发布、滚动发布、灰度发布解释
1222. 可以攻击国王的皇后-力扣双百代码