mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:33:30 +02:00
Added help for shell commands.
This commit is contained in:
@@ -3,7 +3,7 @@ module.exports = function ShellCtrl($scope, gettext) {
|
||||
// $scope.results = []
|
||||
$scope.result = null
|
||||
|
||||
$scope.referenceUrl = 'https://github.com/jackpal/Android-Terminal-Emulator/wiki/Android-Shell-Command-Reference'
|
||||
$scope.referenceUrl = '/#!/help/shell'
|
||||
|
||||
$scope.run = function(command) {
|
||||
if (command === 'clear') {
|
||||
|
||||
Reference in New Issue
Block a user