-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add show command #1
Conversation
Files: | ||
source: Relative or absolute directory where obfuscated files are stored. (Default to current directory) | ||
TEXT | ||
puts usage |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do not write to stdout. Use Rails's logger if you want to log.
def run | ||
files.each do |from, to| | ||
puts "#{from}:" | ||
puts "---> #{to}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do not write to stdout. Use Rails's logger if you want to log.
|
||
def run | ||
files.each do |from, to| | ||
puts "#{from}:" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do not write to stdout. Use Rails's logger if you want to log.
module Obfusc | ||
# Perform tasks related `show` command | ||
class ShowCommand | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra empty line detected at class body beginning.
Ebert has finished reviewing this Pull Request and has found:
You can see more details about this review at https://ebertapp.io/github/marcosgz/obfusc/pulls/1. |
Show real name of one or more obfuscated files
Usage:
obfusc show <obfuscated file or directory>