class Tuya::Command::Repo
Public Class Methods
new(argv)
click to toggle source
def validate!
# help! "name need" unless @name
end
Calls superclass method
# File lib/tuya/cli/odm/command/repo.rb, line 30 def initialize(argv) super end
options()
click to toggle source
Calls superclass method
# File lib/tuya/cli/odm/command/repo.rb, line 18 def self.options [ ['--version=your-version', 'version if you want do a special version'], ['--podspec', 'version if you want do a special version'], ['--commit', 'use --no-commit'] ].concat(super) end
Public Instance Methods
run()
click to toggle source
Calls superclass method
Tuya::Command#run
# File lib/tuya/cli/odm/command/repo.rb, line 35 def run super end