Constant funzzy::cli::init::DEFAULT_CONTENT

source ·
pub const DEFAULT_CONTENT: &str = "
## Funzzy events file
# more details see: https://github.com/cristianoliveira/funzzy
#
# list here all the events and the commands that it should execute

- name: run my test
  run: 'ls -a'
  change: 'src/**'
";