We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5b4cf4 commit 66ae886Copy full SHA for 66ae886
1 file changed
dcli/example/example.dart
@@ -1,11 +1,4 @@
1
#! /usr/bin/env dcli
2
-/* Copyright (C) S. Brett Sutton - All Rights Reserved
3
- * Unauthorized copying of this file, via any medium is strictly prohibited
4
- * Proprietary and confidential
5
- * Written by Brett Sutton <bsutton@onepub.dev>, Jan 2022
6
- */
7
-
8
-import 'dart:io';
9
10
import 'package:dcli/dcli.dart';
11
import 'package:path/path.dart';
@@ -97,7 +90,7 @@ void main() {
97
90
// Review our good woork.
98
91
cat(restingPlace);
99
92
100
- read(restingPlace, delim: Platform().eol).forEach(print);
93
+ read(restingPlace, delim: eol).forEach(print);
101
94
102
95
// ask the user if we are ready to publish.
103
96
// But we can't do this in a vscode debug session
0 commit comments