8000 GitHub - mimikun/read_confirm: Print confirm prompt
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

mimikun/read_confirm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

read_confirm

Print confirm prompt

Install

fisher install mimikun/read_confirm

Usage

$ if read_confirm
     echo "ok"
 else
     echo "ng"
 end
Continue? [y/N]: N
ng

$ set read_prompt "ok?"
$ if read_confirm
     echo "ok"
 else
    echo "ng"
 end
ok? [y/N]: y
ok

About

Print confirm prompt

Topics

Resources

License

44DB

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0