Added help for shell commands.

This commit is contained in:
Gunther Brunner
2014-05-29 05:01:14 +09:00
parent 7fecf2828b
commit 5782a7af0b
10 changed files with 123 additions and 15 deletions

View File

@@ -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') {