proh14 / canoutils

coreutils but cano! public domain 💖
The Unlicense
16 stars 9 forks source link

Cat #27

Open SzAkos04 opened 5 months ago

SzAkos04 commented 5 months ago

Added support for --version, --help (Not fully done yet), --show-ends, --number and --show-tabs. Not fully complete yet, but I'm working on it.

proh14 commented 5 months ago

@SzAkos04 can you add the author information to the file? take a look at echo's source

proh14 commented 5 months ago

ok will merge after fully implemented(you don't need to do the manpage) ;)

SzAkos04 commented 5 months ago

Oops, that 4186ef0 commit was supposed to be Implemented number-nonblank

Sigmanificient commented 5 months ago

Can you rebase your branch now that we have GitHub action available for pr? thx

Sigmanificient commented 5 months ago

The rebased commit shouldn't appear in the file tree / history, did you get a conflict while rebasing?

SzAkos04 commented 5 months ago

I ran these commands: git rebase origin/main git push --force-with-lease

Sigmanificient commented 5 months ago

I fixed the git tree, tho I was added as a co-authored of the commit due to the forced rebase avoid use of git rebase and prefer git pull --rebase origin main

SzAkos04 commented 5 months ago

Yeah sorry I'm quite new to this, thanks for the help

Sigmanificient commented 5 months ago

we are having some discussion on some point on the CobbCoding discord