class Mysh::NoPromptOption
The mysh prompt command no prompt.
Public Instance Methods
post_boot(_args)
click to toggle source
Execute the no prompt command line option. Endemic Code Smells :reek:UtilityFunction
# File lib/mysh/command_line/prompt.rb, line 31 def post_boot(_args) MNV[:prompt] = "" end