-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
That's not good behavior $ xiki --help #170
Comments
You want the "xsh" command (XikiShell), not the "xiki" command.
The xiki command is temporarily disabled (I should clean up that error).
…--Craig
On Mon, Nov 27, 2017 at 8:40 AM Dimitris Zlatanidis < ***@***.***> wrote:
When I run xiki --help or like this xiki - I get this error:
undefined method `gsub' for nil:NilClass
/usr/lib64/ruby/gems/2.2.0/gems/xiki-0.6.5/lib/xiki/menu.rb:439:in `call'
/usr/lib64/ruby/gems/2.2.0/gems/xiki-0.6.5/lib/xiki/menu.rb:435:in `[]'
/usr/lib64/ruby/gems/2.2.0/gems/xiki-0.6.5/etc/command/xiki_process.rb:27:in `block (3 levels) in run'
/usr/lib64/ruby/gems/2.2.0/gems/xiki-0.6.5/etc/command/xiki_process.rb:16:in `loop'
/usr/lib64/ruby/gems/2.2.0/gems/xiki-0.6.5/etc/command/xiki_process.rb:16:in `block (2 levels) in run'
/usr/lib64/ruby/gems/2.2.0/gems/xiki-0.6.5/etc/command/xiki_process.rb:15:in `open'
/usr/lib64/ruby/gems/2.2.0/gems/xiki-0.6.5/etc/command/xiki_process.rb:15:in `block in run'
/usr/lib64/ruby/gems/2.2.0/gems/xiki-0.6.5/etc/command/xiki_process.rb:13:in `open'
/usr/lib64/ruby/gems/2.2.0/gems/xiki-0.6.5/etc/command/xiki_process.rb:13:in `run'
/usr/lib64/ruby/gems/2.2.0/gems/xiki-0.6.5/etc/command/xiki_process.rb:48:in `<top (required)>'
/usr/lib64/ruby/gems/2.2.0/gems/daemons-1.2.5/lib/daemons/application.rb:223:in `load'
/usr/lib64/ruby/gems/2.2.0/gems/daemons-1.2.5/lib/daemons/application.rb:223:in `start_load'
/usr/lib64/ruby/gems/2.2.0/gems/daemons-1.2.5/lib/daemons/application.rb:302:in `start'
/usr/lib64/ruby/gems/2.2.0/gems/daemons-1.2.5/lib/daemons/controller.rb:56:in `run'
/usr/lib64/ruby/gems/2.2.0/gems/daemons-1.2.5/lib/daemons.rb:148:in `block in run'
/usr/lib64/ruby/gems/2.2.0/gems/daemons-1.2.5/lib/daemons/cmdline.rb:92:in `call'
/usr/lib64/ruby/gems/2.2.0/gems/daemons-1.2.5/lib/daemons/cmdline.rb:92:in `catch_exceptions'
/usr/lib64/ruby/gems/2.2.0/gems/daemons-1.2.5/lib/daemons.rb:147:in `run'
/usr/lib64/ruby/gems/2.2.0/gems/xiki-0.6.5/etc/command/xiki_command.rb:87:in `run'
/usr/lib64/ruby/gems/2.2.0/gems/xiki-0.6.5/bin/xiki:30:in `<top (required)>'
/usr/bin/xiki:23:in `load'
/usr/bin/xiki:23:in `<main>'
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#170>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAsW1DhEcNbt3Uru_9ChEd-UckihOTdks5s6uYCgaJpZM4Qr7m8>
.
|
I have install xiki from rubygems.org repository and there are not xsh file there.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I run
xiki --help
or like thisxiki -
I get this error:The text was updated successfully, but these errors were encountered: