AppHarbor.Commands.UnlinkAppCommand.InnerExecute C# (CSharp) Method

InnerExecute() protected method

protected InnerExecute ( string arguments ) : void
arguments string
return void
        protected override void InnerExecute(string[] arguments)
        {
            _applicationConfiguration.RemoveConfiguration();
            _writer.WriteLine("Successfully unlinked directory.");
        }