1
0
Fork 0
Commit Graph

13 Commits

Author SHA1 Message Date
Sebastian Schulze 0ce59385da
Remove Date string from FullName() since it was redundant anyways 2022-03-24 00:12:30 +01:00
Sebastian Schulze d458c05879
Remove unused comments and rely on the Event{} from main.go to start 2022-03-24 00:11:11 +01:00
Sebastian Schulze ba52751672
Clean up templates and add a neat little spinner 2022-03-23 22:34:47 +01:00
Sebastian Schulze 0609defed6
Add missing Event type 2022-03-23 21:55:32 +01:00
Sebastian Schulze 5474598c6b
Add Viper configuration and rework the async process 2022-03-23 21:55:00 +01:00
Sebastian Schulze 114d020284
Use message events to encode SSE and display the status accordingly 2022-03-07 10:45:48 +01:00
Sebastian Schulze 203dbb8592
Rework Launch() into GetScanner() so command can be Start()'ed ad-hoc 2022-03-04 22:46:16 +01:00
Sebastian Schulze 3626d5ff1b
Refactor commands into separating Start() and Wait()
This commit broke more than I'd like to admit
2022-03-04 21:49:49 +01:00
Sebastian Schulze 7b971eea37
Get rid of run() in favour of just wrapping it in Start() 2022-03-04 20:24:42 +01:00
Sebastian Schulze f2c80f1a2d
Wait for command to exit before testing the exit status o.o 2022-03-04 20:16:32 +01:00
Sebastian Schulze e61816438b
Add Command tests and refactor this further 2022-03-04 12:38:37 +01:00
Sebastian Schulze 6eaef572d5
Add document tests, refactor a bit further 2022-03-03 23:16:38 +01:00
Sebastian Schulze c2a8976645
First iteration of scanberry
(Read: Code-Dump)
2022-03-03 22:38:56 +01:00