Skip to content

Commit 3012cc0

Browse files
Update list.ts
1 parent 854e965 commit 3012cc0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/commands/force/org/list.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
* Licensed under the BSD 3-Clause license.
55
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
66
*/
7+
import { EOL } from 'os';
8+
79
import { flags, FlagsConfig, SfdxCommand } from '@salesforce/command';
810
import { AuthInfo, ConfigAggregator, ConfigInfo, Connection, Org, SfdxError, Messages } from '@salesforce/core';
911
import { sortBy } from '@salesforce/kit';

0 commit comments

Comments
 (0)