Skip to content

Commit

Permalink
Added the option to log in using Github username and password
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelsud committed Jan 9, 2015
1 parent a61a572 commit 8684cac
Show file tree
Hide file tree
Showing 6 changed files with 135 additions and 319 deletions.
5 changes: 0 additions & 5 deletions .idea/scopes/scope_settings.xml

This file was deleted.

285 changes: 0 additions & 285 deletions .idea/workspace.xml

This file was deleted.

7 changes: 3 additions & 4 deletions bin/diffcs
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,8 @@ if (!defined('COMPOSER_AUTOLOAD_FILE')) {

require COMPOSER_AUTOLOAD_FILE;

use Melody\Diffcs\Command\DiffcsCommand;
use Symfony\Component\Console\Application;

$application = new Application();
$application->add(new DiffcsCommand);
use Melody\Diffcs\DiffcsApplication;

$application = new DiffcsApplication();
$application->run();
Loading

0 comments on commit 8684cac

Please sign in to comment.