# hof mod init - missing module
! exec hof mod init 
stdout 'missing required argument: ''module'''
stderr 'hof mod init <module> \[flags\]'

# hof mod init - missing slash
! exec hof mod init foobar
stdout 'error: modules require one or more ''/'', you provided "foobar"'
! stderr '.'

# hof mod init - missing domain
! exec hof mod init foobar/baz
stdout 'error: the first part of a module path must be a domain, you provided "foobar/baz"'
! stderr '.'


# hof mod init - ensure no files created
! exists cue.mod/
! exists cue.mod/module.cue
! exists cue.mod/sums.cue
