Skip to content

Commit

Permalink
Nit: import order
Browse files Browse the repository at this point in the history
  • Loading branch information
D4N14L committed May 7, 2022
1 parent c01914a commit 01c9ca6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
// See LICENSE in the project root for license information.

import { SCOPING_PARAMETER_GROUP } from '../Constants';
import { CommandLineAction, ICommandLineActionOptions } from './CommandLineAction';
import { CommandLineParser, ICommandLineParserOptions } from './CommandLineParser';
import { CommandLineParserExitError } from './CommandLineParserExitError';
import type { CommandLineParameter } from '../parameters/BaseClasses';
import type { CommandLineParameterProvider, ICommandLineParserData } from './CommandLineParameterProvider';
import { SCOPING_PARAMETER_GROUP } from '../Constants';

interface IInternalScopedCommandLineParserOptions extends ICommandLineParserOptions {
readonly actionOptions: ICommandLineActionOptions;
Expand Down

0 comments on commit 01c9ca6

Please sign in to comment.