Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into cli_output_updates
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed May 19, 2017
2 parents 589090f + f737350 commit 8655d7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions lib/cli_logging.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@

/// This library contains functionality to help command-line utilities to easily
/// create aesthetic output.
library cli_logging;

import 'dart:async';
import 'dart:io' as io;

/// create aesthetic output.
/// A small utility class to make it easier to work with common ANSI escape
/// sequences.
class Ansi {
Expand Down
1 change: 1 addition & 0 deletions lib/cli_util.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// BSD-style license that can be found in the LICENSE file.

/// Utilities to return the Dart SDK location.
library cli_util;

import 'dart:io';

Expand Down

0 comments on commit 8655d7d

Please sign in to comment.