mirror of
https://github.com/denoland/deno.git
synced 2025-07-29 16:13:54 +00:00
lint: add max line length rules (denoland/deno_std#507)
Original: b04fda30c8
This commit is contained in:
parent
d6e92582cc
commit
c85b1c06a9
39 changed files with 262 additions and 129 deletions
|
@ -21,7 +21,8 @@ async function main(): Promise<void> {
|
|||
|
||||
if (parsedArgs._.length === 0) {
|
||||
console.error(
|
||||
"Usage: gist.ts --allow-env --allow-net [-t|--title Example] some_file [next_file]"
|
||||
"Usage: gist.ts --allow-env --allow-net [-t|--title Example] some_file " +
|
||||
"[next_file]"
|
||||
);
|
||||
exit(1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue