Skip to content
This repository was archived by the owner on Mar 12, 2023. It is now read-only.

Commit 0d115a3

Browse files
committed
Add alias for continue command
1 parent 9770f7c commit 0d115a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/ruby_jard/commands/continue_command.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ def process
2626
end
2727

2828
Pry::Commands.add_command(RubyJard::Commands::ContinueCommand)
29+
Pry::Commands.alias_command 'c', 'continue'

0 commit comments

Comments
 (0)