Server IP : 51.89.169.208 / Your IP : 216.73.216.211 Web Server : Apache System : Linux ns3209505.ip-198-244-202.eu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Tue Nov 5 04:50:16 EST 2024 x86_64 User : yellowleaf ( 1019) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/thread-self/root/usr/share/zsh/5.5.1/functions/ |
Upload File : |
#compdef wipefs _arguments -s -S \ '(H -a --all)'{-a,--all}'[wipe all magic strings]' \ '(H -b --backup)'{-b,--backup}'[create a signature backup in $HOME]' \ '(H -f --force)'{-f,--force}'[force erasure]' \ '(H -i --no-headings -J --json -p --parsable)'{-i,--no-headings}"[don't print headings]" \ '(H -J --json -i --no-headings -p --parsable)'{-J,--json}'[use JSON output format]' \ '(H -n --no-act)'{-n,--no-act}'[do everything except the actual write() call]' \ '(H -o --offset)'{-o+,--offset=}'[specify offset to erase]:offset (bytes)' \ '(H -O --output)'{-O+,--output=}'[specify columns to display]: : _values -s, "column" "uuid[partition/filesystem UUID]" "label[filesystem label]" "length[magic string length]" "type[superblock type]" "offset[magic string offset]" "usage[type description]" "device[block device name]"' \ '(H -p --parsable -i --no-headings -J --json)'{-p,--parsable}'[print out in parsable instead of printable format]' \ '(H -q --quiet)'{-q,--quiet}'[suppress output messages]' \ '(H -t --types)'{-t+,--types=}'[limit the set of filesystem, RAIDs or partition tables]:type:_file_systems' \ '(H)*:disk device:_files -g "*(-%)" -P / -W /' \ + '(H)' \ '(- *)'{-h,--help}'[display help information]' \ '(- *)'{-V,--version}'[display version information]'