mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Complete bit reorder feature for release
This commit is contained in:
parent
5b8f33bd78
commit
4924969268
3 changed files with 5 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ _tio()
|
|||
return 0
|
||||
;;
|
||||
-m | --map)
|
||||
COMPREPLY=( $(compgen -W "ICRNL IGNCR INLCR INLCRNL OCRNL ODELBS ONLCRNL" -- ${cur}) )
|
||||
COMPREPLY=( $(compgen -W "ICRNL IGNCR INLCR INLCRNL OCRNL ODELBS ONLCRNL MSB2LSB" -- ${cur}) )
|
||||
return 0
|
||||
;;
|
||||
-t | --timestamp)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue