regar/README.md
2024-10-15 17:06:51 +02:00

958 B

regar

File watcher development utility.

Usage

Usage: regar <command> [files...]

Description:

  File watcher development utility.

Options:

  -h, --help                      - Show this help.                                                              
  -r, --hard                      - Ends the child process by killing it.                                        
  -s, --soft                      - Ends the child process by sending an interuption and waiting for it to shut  
                                    down.                                                                        
  -w, --wait                      - Wait for the child process to complete without terminating it. (default)     
  -e, --extensions  <extentions>  - Comma separated whitelist of extensions to whatch.                           
  -c, --clear                     - Clear the terminal on restart