Home | History | Annotate | Download | only in commands

Lines Matching refs:CR

10 import cr
13 class ShellCommand(cr.Command):
17 same environment that cr would use if it were running it.
30 in cr.
39 if cr.context.remains:
40 cr.Host.Shell(*cr.context.remains)
47 ps1 = '[CR] ' + os.environ.get('PS1', '')
51 cr.Host.Execute(shell, '--rcfile', rcfile.name)
53 cr.Host.Execute(shell)