celestiaorg / apollo

6 stars 5 forks source link

feat: adding cobra cli #13

Closed distractedm1nd closed 1 month ago

distractedm1nd commented 2 months ago

Didn't know where to put main.go/move the other .go files in the root. Do you have a better/cleaner idea? importing apollo/apollo looks kinda dumb

closes #9

cmwaters commented 2 months ago

Is up and down widely used or just in terms of docker containers? i.e. why not use start and stop?

distractedm1nd commented 2 months ago

i used up and down because I felt like it fit better to network semantics, bringing a network up and down, but I have no strong opinion at all here - would you prefer start/stop?

distractedm1nd commented 2 months ago

I've pushed an alternative structure, WDYT?

cmwaters commented 2 months ago

Yeah that's better. You need to update the import paths and the README file