mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-04 22:58:19 +08:00
fix a bug where "motion device:console" is using same class name with "changelog" command.
http://hipbyte.myjetbrains.com/youtrack/issue/RM-258
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
module Motion; module Project
|
||||
class ChangelogCommand < Command
|
||||
class DeviceConsoleCommand < Command
|
||||
self.name = 'device:console'
|
||||
self.help = 'Print the device console logs'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user