AppHarbor.Commands.UnlinkAppCommand.InnerExecute C# (CSharp) 메소드

InnerExecute() 보호된 메소드

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