Skip to content

bin/gemstash fails with Could not find command "readme" #396

Open
@technicalpickles

Description

This is specifically about running gemstash in development, but I'm able to do things like bin/gemstash start, but bin/gemstash or anything that would do help usage fails like:

❯ bin/gemstash                                                                                                                                                                                                  
Could not find command "readme".

This is the only place I can find readme mentioned:

command ||= "readme"
page = manpage(command)
if page && which("man")
exec "man", page
elsif page
puts File.read("#{page}.txt")
else
super
end

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions