this post was submitted on 05 Oct 2023
270 points (99.6% liked)

Programmer Humor

33722 readers
103 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

Don't tell me that's going to parse in a CLI

you are viewing a single comment's thread
view the rest of the comments
[–] ShaunaTheDead@kbin.social 57 points 1 year ago* (last edited 1 year ago) (3 children)

At the very least you'd think they'd get C:\> correct, but I guess whoever made that was probably on iOS or Linux.

I wonder what the CLI for "They" does. Pretty odd that it takes 8 arguments, let alone starting with an uppercase letter.

[–] starman@programming.dev 43 points 1 year ago* (last edited 1 year ago) (1 children)
[–] TBi@lemmy.world 19 points 1 year ago

I like that they try to scare you that the streaming websites will steal your info when the “legit” companies already do that…

[–] xantoxis@lemmy.world 11 points 1 year ago

whatever it does, it's being run with stdin redirected from the root / directory, which can't be opened for reading, so it'll actually fail before the program even tries to launch.